MarkNetData.idType

Undocumented in source.
  1. alias idType = ubyte
  2. alias idType = ushort
    template MarkNetData(T...)
    static if(!(T.length <= ubyte.max))
    static if(T.length <= ushort.max)
    alias idType = ushort

Meta